From: Glenn Morris Date: Tue, 5 May 2015 00:34:09 +0000 (-0400) Subject: * lisp/gnus/mm-view.el (epg-decrypt-string): Autoload. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3017 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d3d59fb4739eb4eb189014af87e3d812f3faf7cd;p=emacs.git * lisp/gnus/mm-view.el (epg-decrypt-string): Autoload. --- diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el index a3d6e74fbcb..edc2d39cd0f 100644 --- a/lisp/gnus/mm-view.el +++ b/lisp/gnus/mm-view.el @@ -629,6 +629,8 @@ If MODE is not set, try to find mode automatically." (replace-match "\n")) t) +(autoload 'epg-decrypt-string "epg") + (defun mm-view-pkcs7-decrypt (handle &optional from) (insert-buffer-substring (mm-handle-buffer handle)) (goto-char (point-min))